在 Local 環境,無論透過 pip 或 ANACONDA 安裝的 tensorflow 都無法順利執行。為了順利訓練模型就先暫時找替代方案。正上網爬文查看作業系統和相關版本文章,發現 Google Drive 有工具 Colaboratory 能練習,先立馬先來測試。
[註1]在 Colab 執行 Bash 指令,執行指令最前面要加上 !。譬如:
#Ref. IPython-And-Shell-Commands
!echo "printing from the shell"
參考資料
[註1]IPython-And-Shell-Commands https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.05-IPython-And-Shell-Commands.ipynb